12. Exercise 2: Regularizing a Decision Tree Model
In this exercise, you will train a decision tree classifier to see if you can beat the baseline score you calculate using a naive model for classification. You will then use regularization techniques to try to prevent the model from overfitting.